GtkScale: Move marks inward
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Jun 2015 23:58:40 +0000 (19:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Jun 2015 23:58:40 +0000 (19:58 -0400)
commit3d82fc6d7e4a749b3dfc165b55f17e7acf4c81ec
tree894076785767c63e38f6ba02bf295cfe0fa97b83
parent99e6796dd379da8b039c45326d85f52625f637fd
GtkScale: Move marks inward

We don't want scale marks to affect scale sizing and positioning,
so draw them inside the range recangle. This avoids size changes
for marks that don't have labels, at least.

https://bugzilla.gnome.org/show_bug.cgi?id=749650
gtk/gtkscale.c